From b3e029fba22a9e51407212fdeacdeebb2056c03c Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 7 Mar 2014 15:45:37 -0800 Subject: [PATCH] Import toml --- .gitmodules | 3 +++ libs/rust-toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..cfadd7ca2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/rust-toml"] + path = libs/rust-toml + url = https://github.com/mneumann/rust-toml diff --git a/libs/rust-toml b/libs/rust-toml index 1418b9bf0..894fdd9db 160000 --- a/libs/rust-toml +++ b/libs/rust-toml @@ -1 +1 @@ -Subproject commit 1418b9bf081069ce919dfcedd65cd34321e472aa +Subproject commit 894fdd9db6c50b9a70d1fc7d4e49c76e86921016 -- 2.30.2